home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / NeoGrid / _install / install.demosh < prev    next >
Text File  |  2000-02-18  |  491b  |  16 lines

  1. #!/bin/sh
  2. #windows:Software\NeoGrid\_install\NeoGrid.EXE 
  3. # currently company dir is manually placed-should change
  4.  
  5. COMPANY_DIR=$PRODUCT_DIR/Software/NeoGrid
  6. export COMPANY_DIR
  7.  
  8. if [ $CDWARE_ENV = "Solaris_1" ];then
  9.         $OPENWINHOME/bin/cmdtool -Wl "Install Trial Software" -Wx large -Ww 80 -Wh 30 -Wp 290 270 $COMPANY_DIR/_install/notOS.sh
  10. else
  11.         $OPENWINHOME/bin/cmdtool -Wl "Install Trial Software" -Wx large -Ww 80 -Wh 30 -Wp 290 270 $COMPANY_DIR/_install/notOS.sh
  12.  
  13. fi
  14.  
  15. exit 0
  16.